home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / notes.dir / 00058.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  200 b   |  11 lines

  1. on mouseDown
  2.   global gHelpSaveWindow
  3.   if pressNoteButton(16) then
  4.     pupSprites(1, 48, 0)
  5.     if objectp(gHelpSaveWindow) then
  6.       forget(gHelpSaveWindow)
  7.     end if
  8.     go("notes")
  9.   end if
  10. end
  11.